![]() Production facility monitoring device, production facility monitoring method, and production facilit
专利摘要:
In order to determine an abnormal degree of a production facility on the basis of log data, a learning unit 44 learns the classification rule that classifies whether the production facility is normal or abnormal from a text feature amount on the basis of the text feature amount (for example, first main component and second main component) obtained from a number of texts included in a plurality of pieces of log data obtained in a predetermined process of the production facility and production history information of the production facility, an extraction unit 46 extracts a text feature amount of the log data to be monitored obtained in the predetermined process of the production facility, and a determination unit 48 determines whether the production facility is normal or abnormal when the log data to be monitored is obtained on the basis of the extracted text feature amount and a classification rule. 公开号:EP3699708A1 申请号:EP17929217.2 申请日:2017-10-16 公开日:2020-08-26 发明作者:Kazunori Maruyama;Takeshi Soeda 申请人:Fujitsu Ltd; IPC主号:G05B23-00
专利说明:
[0001] The present invention relates to a production facility monitoring device, a production facility monitoring method, and a production facility monitoring program. BACKGROUND ART [0002] Conventionally, as a technology that detects an abnormality of a plant and a facility, a technology has been known that monitors states of the plant and the facility on the basis of sensor data (numerical data) and detects an abnormality (for example, refer to Patent Document 1 and the like). Furthermore, a technology has been known that detects an abnormality from log data of a device (for example, refer to Patent Documents 2 to 4 and the like). CITATION LISTPATENT DOCUMENT [0003] Patent Document 1: Japanese Laid-open Patent Publication No. 2011-59790 Patent Document 2: Japanese Laid-open Patent Publication No. 2008-118068 Patent Document 3: Japanese Laid-open Patent Publication No. 2012-160056 andPatent Document 4: International Publication Pamphlet No. WO 2015/072085SUMMARY OF INVENTIONTECHNICAL PROBLEM [0004] However, in a case where a facility is monitored by using sensor data, an item that cannot be measured by a sensor cannot be monitored. [0005] Furthermore, in a case where the facility is monitored by using log data, an item to be monitored is set in advance, and an abnormality that appears in the item to be monitored is detected. Therefore, an abnormality that appears in an item other than the item to be monitored cannot be detected. [0006] In one aspect, an object of the present invention is to provide a production facility monitoring device, a production facility monitoring method, and a production facility monitoring program that can determine an abnormal degree of a production facility with high accuracy on the basis of log data. SOLUTION TO PROBLEM [0007] According to one aspect, a production facility monitoring device that monitors a state of a production facility and includes a learning unit that learns a classification rule that classifies an abnormal degree of the production facility from a text feature amount on the basis of the text feature amount obtained from a number of texts included in a plurality of pieces of log data obtained in a predetermined process of the production facility and production history information of the production facility, an extraction unit that extracts a text feature amount of log data to be monitored obtained in the predetermined process of the production facility, and a determination unit that determines an abnormal degree of the production facility when the log data to be monitored is obtained on the basis of the text feature amount extracted by the extraction unit and the classification rule. ADVANTAGEOUS EFFECTS OF INVENTION [0008] A degree of abnormality of a production facility can be accurately determined on the basis of log data. BRIEF DESCRIPTION OF DRAWINGS [0009] FIG. 1 is a diagram schematically illustrating a configuration of a production facility monitoring system according to an embodiment. FIG. 2 is a diagram illustrating a hardware configuration of a server. FIG. 3 is a functional block diagram of the server. FIG. 4 is a diagram illustrating an example of log data. FIG. 5 is a diagram illustrating an example of a data structure of a production history information DB. FIG. 6 is a flowchart illustrating learning processing. FIG. 7 is a flowchart illustrating abnormality determination processing. FIG. 8 is a table illustrating the number of characters obtained from each piece of log data acquired by a learning unit. FIG. 9 is a table illustrating a first main component and a second main component of each piece of log data acquired by the learning unit and pass/fail. FIG. 10 is a diagram for explaining a classification rule learning method. FIG. 11(a) is a table corresponding to FIG. 8 regarding log data to be monitored, and FIG. 11(b) is a table corresponding to FIG. 9 regarding log data to be monitored. FIG. 12 is a diagram for explaining an abnormality determination method using the classification rule. DESCRIPTION OF EMBODIMENTS [0010] Hereinafter, an embodiment of a production facility monitoring system will be described in detail with reference to FIGs. 1 to 12. FIG. 1 schematically illustrates a configuration of a production facility monitoring system 100 according to an embodiment. As illustrated in FIG. 1, one or a plurality of production facilities 70 and a server 10 are included. The production facility 70 and the server 10 are connected to a network 80 such as the Internet or a Local Area Network (LAN). [0011] The production facility 70 is a facility used in a product production process. In the production facility 70, log data in which states of the facility and a product are written is generated. The log data generated by the production facility 70 is transmitted to the server 10 via the network 80. [0012] The server 10 is a device that determines a degree of abnormality (whether or not abnormality occurs, in present embodiment) of the production facility 70 on the basis of the log data received from the production facility 70 and outputs a determination result. FIG. 2 illustrates a hardware configuration of the server 10. As illustrated in FIG. 2, the server 10 includes a Central Processing Unit (CPU) 190, a Read Only Memory (ROM) 192, a Random Access Memory (RAM) 194, a storage unit (here, Hard Disk Drive (HDD)) 196, a network interface 197, an output unit 193, an input unit 195, a portable storage medium drive 199, or the like. Each component of the server 10 is connected to a bus 198. The output unit 193 includes a liquid crystal display, a speaker, and the like. The input unit 195 includes a keyboard, a mouse, a touch panel, and the like. In the server 10, the CPU 190 executes a program (including production facility monitoring program) stored in the ROM 192 or the HDD 196 or a program (including production facility monitoring program) read by the portable storage medium drive 199 from a portable storage medium 191, to implement the functions of the units illustrated in FIG. 3. [0013] FIG. 3 illustrates a functional block diagram of the server 10. As illustrated in FIG. 3, in the server 10, by executing a program by the CPU 190, functions as a log acquisition unit 40, a production history information acquisition unit 42, a learning unit 44, an extraction unit 46, and a determination unit 48 are implemented. [0014] The log acquisition unit 40 acquires the log data transmitted from each production facility 70 and stores the log data in a log DB 50. Furthermore, in a case where the acquired log data is log data to be monitored, the log acquisition unit 40 transmits the acquired log data to the extraction unit 46. Here, the log data is data as illustrated in FIG. 4. In the log data in FIG. 4, an apparatus name, a unit name, a program name, a lot number, a serial number, version information, each work record, error information, test data, a communication history, and the like are written. Furthermore, the log DB 50 is a database that stores the log data illustrated in FIG. 4. [0015] The production history information acquisition unit 42 acquires production history information in which normal and abnormal states of the production facility 70 are recorded from the production facility 70 or other devices and stores the acquired information to the production history information DB 52. Here, the production history information DB 52 has a data structure as illustrated in FIG. 5. Specifically, as illustrated in FIG. 5, the production history information DB 52 includes fields of a unit name, a lot number, a serial number, an apparatus name, a process name, a start date and time, an end date and time, and pass/fail. The name of the production facility 70 is stored in the field of the unit name, a lot number and a serial number of a product produced in the production facility 70 are respectively stored in the fields of the lot number and the serial number. A name of a device including the production facility 70 is stored in the field of the apparatus name, and a name of a process performed by the production facility 70 is stored in the field of the process name. Information regarding a start date and time and information regarding an end date and time of the process performed by the production facility 70 are respectively stored in the fields of the start date and time and the end date and time, and information indicating pass or fail determined on the basis of the product (normal or abnormal) is stored in the field of pass/fail. [0016] Returning to FIG. 3, the learning unit 44 generates a classification rule used to determine whether the production facility 70 is normal or abnormal from the log data to be monitored on the basis of the log data stored in the log DB 50 and the production history information stored in the production history information DB 52. [0017] More specifically, first, the learning unit 44 extracts a text feature amount obtained from the number of texts (characters) included in each piece of log data. Here, the text feature amount can be the number of characters of the text included in the log data, the number of bytes of the text included in the log data, the number of lines of the log data, the number of types of texts included in the log data (the number of all the types of character code included in log data), the number of characters of each numerical character included in the log data, the number of characters of each alphabetic character included in the log data, the number of characters of each symbol included in the log data, the number of characters of each Japanese character included in the log data, or a main component of a vector obtained by aggregating two or more items described above. In the present embodiment, as an example, it is assumed that the text feature amount include a first main component and a second main component obtained by analyzing the main component of the vector including the number of characters of each numerical character, the number pf characters of each alphabetic character, and the number of characters of each symbol. Note that the text (character) means all the one-byte character of the JIS code. Furthermore, the number of alphabetic characters is a sum total of the number of uppercase and lowercase characters. [0018] Then, the learning unit 44 creates a classification rule used to determine normal/abnormal from the text feature amount of the log data to be monitored on the basis of the text feature amount extracted from each piece of log data and the production history information (information indicating normal or abnormal) of the production facility 70 at the time when each piece of log data is obtained. Note that details of the classification rule will be further described later. [0019] When acquiring the log data of the production facility 70 to be monitored from the log acquisition unit 40, the extraction unit 46 extracts a text feature amount of the acquired log data. Note that the text feature amount extracted by the extraction unit 46 is a feature amount which is the same as the text feature amount extracted from the log data at the time when the learning unit 44 creates the classification rule. [0020] The determination unit 48 determines whether the production facility 70 to be monitored is normal or abnormal by using the text feature amount extracted by the extraction unit 46 and the classification rule generated by the learning unit 44. In a case of determining that the production facility 70 to be monitored is abnormal, the determination unit 48 notifies the determination result via the output unit 193 (output warning). (About Processing by Server 10) [0021] Next, processing by the server 10 will be described with reference to the flowcharts in FIGs. 6 and 7. FIG. 6 illustrates a flowchart of an example of processing (learning processing) of the learning unit 44, and FIG. 7 illustrates a flowchart of an example of processing (abnormality determination processing) of the extraction unit 46 and the determination unit 48. (About Learning Processing) [0022] The learning unit 44 executes the processing in FIG. 6 at a predetermined learning timing. Note that the predetermined learning timing is, for example, a timing for each predetermined time. However, the predetermined learning timing is not limited to this and can be a timing when a predetermined number of pieces of log data is newly stored in the log DB 50, for example. [0023] In the processing in FIG. 6, first, in step S10, the learning unit 44 acquires existing log data from the log DB 50 and extracts a text feature amount. Note that the learning unit 44 acquires the log data of the same process executed by the same production facility 70. In the present embodiment, as illustrated in FIG. 8, it is assumed that pieces of log data respectively having serial numbers 00159, 00160, ... have been acquired. Note that the learning unit 44 obtains the number of characters of each numerical character, the number of characters of each alphabetic character, and the number of characters of each symbol from the log data as illustrated in FIG. 8. Then, the learning unit 44 extracts the first main component and the second main component obtained by analyzing the main component of the vector including the number of characters of each numerical character, the number of characters of each alphabetic character, and the number of characters of each symbol obtained from each piece of log data as the text feature amounts. In FIG. 9, the first main component and the second main component as the text feature amounts of each piece of log data are illustrated in a table. [0024] Next, in step S12, the learning unit 44 acquires production history information corresponding to the acquired log data from the production history information DB 52. In this case, the production history information corresponding to the log data is specified from the production history information DB 52 in FIG. 5 by using the serial number and the like, and information indicating pass/fail (normal/abnormal) when each piece of log data is acquired is acquired. Note that, in the table in FIG. 9, the information indicating pass/fail (normal/abnormal) is associated with the serial number of the log data. [0025] In step S14, the learning unit 44 learns (machine learning) a classification rule. Specifically, as illustrated in FIG. 10, the learning unit 44 plots the text feature amount of each piece of log data on a graph, specifies a boundary that can classify normal and abnormal by two-class linear classification, and creates the classification rule used to classify a normal range and an abnormal range. In the example in FIG. 10, the learning unit 44 creates the classification rule that classifies the left side of a boundary line (thick solid line) in FIG. 10 as normal and the right side as abnormal. [0026] As described above, when the processing up to step S14 is terminated, all the processing in FIG. 6 is terminated. Note that all the processes in the processing in FIG. 6 are executed. (About Abnormality Determination Processing) [0027] Next, abnormality determination processing will be described with reference to the flowchart in FIG. 7. [0028] First, in step S20, the extraction unit 46 waits until the log data to be monitored is acquired. In other words, when acquiring new log data from the log acquisition unit 40 as a monitoring target, the extraction unit 46 shifts to step S22. [0029] When shifting to step S22, the extraction unit 46 extracts a text feature amount from the acquired log data to be monitored. Here, it is assumed that the log data extracted by the extraction unit 46 be log data having a serial number = 00501 indicated in FIG. 11(a). The extraction unit 46 obtains the number of characters of each numerical character, the number of characters of each alphabetic character, and the number of characters of each symbol indicated in FIG. 11(a) from the log data. Then, the extraction unit 46 obtains a first main component and a second main component indicated in FIG. 11(b) by analyzing the main component of the vector including each of the obtained numbers of characters and sets the first main component and the second main component as text feature amounts. [0030] Next, in step S24, the determination unit 48 executes the abnormality determination processing. For example, in a case of the log data to be monitored in FIG. 11(b), when the log data is plotted on a coordinate system in FIG. 12 on the basis of the first main component and the second main component, the log data is plotted on a position indicated by x. In this case, since the plotted position is positioned on the right side of the boundary line (thick solid line) defined by the classification rule, the determination unit 48 determines that the production facility 70 is "abnormal". [0031] Next, in step S26, the determination unit 48 determines whether or not the production facility 70 is normal. In a case where the determination in step S26 is affirmative (in a case of normal), the processing returns to step S20. On the other hand, in a case where the determination in step S26 is denied (in a case of abnormal), the processing shifts to step S28. [0032] In a case where the processing shifts to step S28, the determination unit 48 outputs a warning. In this case, the determination unit 48 notifies that an abnormality occurs in the production facility 70 by an image and/or sound via the output unit 193. Note that the notification is not limited to this, and the determination unit 48 may transmit warning information to an external device (terminal and the like) that can communicate with the server 10. [0033] After the processing in step S28 is terminated, the processing returns to step S20. Then, the processing is repeatedly executed. [0034] As described in detail above, according to the present embodiment, the learning unit 44 learns the classification rule that classifies whether the production facility 70 is normal or abnormal from the text feature amount on the basis of the text feature amount (for example, first main component and second main component) obtained from the number of texts included in the plurality of pieces of log data obtained in a predetermined process of the production facility 70 and the production history information of the production facility, the extraction unit 46 extracts the text feature amount of the log data to be monitored obtained in the predetermined process of the production facility 70, and the determination unit 48 determines whether the production facility 70 is normal or abnormal when the log data to be monitored is obtained on the basis of the extracted text feature amount and the classification rule. With this operation, it is possible to monitor all the regions of the log data without specifying a target character string and a target region in advance and to detect an abnormal state of the production facility 70. Therefore, it is possible to avoid a situation in which an abnormality described in a part other than the specified target character string and target region cannot be detected, and it is possible to detect an unexpected abnormality. Furthermore, there is a case where no existence of the specified target character string indicates an abnormality. However, in such a case, the abnormality can be detected according to the present embodiment. Furthermore, since it is not necessary to specify the target character string and the target region, the number of steps in setting can be reduced. Furthermore, since the text feature amount is obtained from the number of texts of the log data, a processing amount can be reduced in comparison with a case where the character string and the like is searched. [0035] Furthermore, according to the present embodiment, the first main component and the second main component obtained as a result of the main component analysis on the vector including the number of texts included in the log data are used as the text feature amounts. Therefore, even if the target character string and the like is not determined in advance, it is possible to set a classification rule with high accuracy, and it is possible to determine normality or abnormality with high accuracy. [0036] Note that, in the above embodiment, three or more main components (for example, first to third main components) obtained by the main component analysis can be used as the text feature amounts. For example, if the three main components are used, the boundary that classifies normal and abnormal defined by the classification rule is a plane. Furthermore, the text feature amount may be a single main component (for example, first main component) . In this case, the boundary that classifies normal and abnormal defined by the classification rule is a point (threshold). [0037] Note that, in the above embodiment, a case has been described where the text feature amounts are the first main component and the second main component obtained as a result of the main component analysis on the vector including the number of texts included in the log data. However, the text feature amount is not limited to this. For example, the text feature amount may be a difference or a correlation coefficient of the numbers of texts of the log data obtained in the same process that is continuously executed. [0038] Note that, in the above embodiment, a case has been described where the classification rule is created as illustrated in FIG. 10 and the normal/abnormal determination is made by using the created classification rule. However, the present invention is not limited to this. For example, the classification rule may be created by a plurality of methods, and the normal/abnormal determination may be made by using a classification rule with the highest determination accuracy among the plurality of created classification rules. In this case, as the plurality of methods for creating the classification rule, in addition to the method in the above embodiment, a method such as a decision tree, a support vector machine, a random forest, or the like can be used. Furthermore, when the classification rule with the highest determination accuracy is specified, so-called cross-validation may be performed in which the log data acquired from the log DB 50 is divided into two, and each classification rule is created by using one of the divided data, and the determination accuracy of each classification rule is obtained by using another one. [0039] Note that, in the above embodiment, a case has been described above where it is determined whether the production facility 70 is normal or abnormal (determine one of two states). However, the present invention is not limited to this, and it may be determined which one of three or more states the production facility 70 is in. In this case, for example, if "normal", "abnormal", "high abnormal tendency", and the like is stored in the field of "pass/fail" in the production history information DB 52, the classification rule used to determine which one of the three or more states the production facility 70 is in can be created by creating the classification rule on the basis of this. [0040] Note that the above processing functions can be implemented by a computer. In that case, a program is provided that describes processing content of a function that a processing apparatus should have. The program is executed on the computer, whereby the above processing function is implemented on the computer. The program in which the processing content is written can be recorded in a computer-readable reading medium (except for carrier wave). [0041] In the case of distributing the program, for example, the program is sold in a form of a portable recording medium such as a digital versatile disc (DVD) or a compact disc read only memory (CD-ROM) in which the program is recorded. Furthermore, it is possible to store the program in a storage device of a server computer and transfer the program from the server computer to another computer through a network. [0042] The computer which executes the program stores, for example, the program recorded in the portable reading medium or the program transferred from the server computer in a storage device of the computer. Then, the computer reads the program from the storage device of the computer and executes processing according to the program. Note that, the computer can also read the program directly from the portable recording medium and execute processing according to the program. Furthermore, the computer also can sequentially execute processing according to the received program each time when the program is transferred from the server computer. [0043] The embodiment described above is an example of a preferred embodiment of the present invention. However, the present invention is not limited to this, and a variety of modifications can be made without departing from the scope of the present invention. REFERENCE SIGNS LIST [0044] 10server (production facility monitoring device)44learning unit46extraction unit48determination unit70production facility
权利要求:
Claims (11) [0001] A production facility monitoring device that monitors a state of a production facility, the device comprising: a learning unit that learns a classification rule that classifies an abnormal degree of the production facility from a text feature amount on the basis of the text feature amount obtained from a number of texts included in a plurality of pieces of log data obtained in a predetermined process of the production facility and production history information of the production facility; an extraction unit that extracts a text feature amount of log data to be monitored obtained in the predetermined process of the production facility; and a determination unit that determines an abnormal degree of the production facility when the log data to be monitored is obtained on the basis of the text feature amount extracted by the extraction unit and the classification rule. [0002] The production facility monitoring device according to claim 1, whereinthe text feature amount is obtained from at least one item of a number of characters of a text included in the log data, a number of bytes of the text included in the log data, a number of lines of the log data, a number of types of texts included in the log data, a number of characters of each numerical character included in the log data, a number of characters of each alphabetic character included in the log data, a number of characters of each symbol included in the log data, and a number of characters of each Japanese character included in the log data. [0003] The production facility monitoring device according to claim 2, whereinthe text feature amount is a main component of a vector obtained by aggregating two or more of the above items. [0004] The production facility monitoring device according to claim 2, whereinthe text feature amount is one of a difference and a correlation coefficient of the item of the log data obtained in the predetermined process that is continuously executed. [0005] The production facility monitoring device according to any one of claims 1 to 4, whereinthe learning unit determines a classification rule used for determination by the determination unit by generating a plurality of classification rules on the basis of different text feature amounts and performing cross-validation on the plurality of classification rules. [0006] A production facility monitoring method that monitors a state of a production facility, the method causing a computer to execute processing comprising: learning a classification rule that classifies an abnormal degree of the production facility from a text feature amount on the basis of the text feature amount obtained from a number of texts included in a plurality of pieces of log data obtained in a predetermined process of the production facility and production history information of the production facility; extracting a text feature amount of log data to be monitored obtained in the predetermined process of the production facility; and determining an abnormal degree of the production facility when the log data to be monitored is obtained on the basis of the extracted text feature amount and the classification rule. [0007] The production facility monitoring method according to claim 6, whereinthe text feature amount is obtained from at least one item of a number of characters of a text included in the log data, a number of bytes of the text included in the log data, a number of lines of the log data, a number of types of texts included in the log data, a number of characters of each numerical character included in the log data, a number of characters of each alphabetic character included in the log data, a number of characters of each symbol included in the log data, and a number of characters of each Japanese character included in the log data. [0008] The production facility monitoring method according to claim 7, whereinthe text feature amount is a main component of a vector obtained by aggregating two or more of the above items. [0009] The production facility monitoring method according to claim 7, whereinthe text feature amount is one of a difference and a correlation coefficient of the item of the log data obtained in the predetermined process that is continuously executed. [0010] The production facility monitoring method according to any one of claims 6 to 9, whereinin the learning processing, a classification rule used for determination is determined by generating a plurality of classification rules on the basis of different text feature amounts and performing cross-validation on the plurality of classification rules. [0011] A production facility monitoring program that monitors a state of a production facility, the program causing a computer to execute processing comprising: learning a classification rule that classifies an abnormal degree of the production facility from a text feature amount on the basis of the text feature amount obtained from a number of texts included in a plurality of pieces of log data obtained in a predetermined process of the production facility and production history information of the production facility; extracting a text feature amount of log data to be monitored obtained in the predetermined process of the production facility; and determining an abnormal degree of the production facility when the log data to be monitored is obtained on the basis of the extracted text feature amount and the classification rule.
类似技术:
公开号 | 公开日 | 专利标题 US9262157B2|2016-02-16|Source code violation matching and attribution US9286373B2|2016-03-15|Computer-implemented systems and methods for comparing and associating objects US9665713B2|2017-05-30|System and method for automated machine-learning, zero-day malware detection US10474513B2|2019-11-12|Cluster-based processing of unstructured log messages Lazar et al.2014|Improving the accuracy of duplicate bug report detection using textual similarity measures US9658916B2|2017-05-23|System analysis device, system analysis method and system analysis program US9779013B2|2017-10-03|Method and system for optimizing a test suite comprising plurality of test cases US8401982B1|2013-03-19|Using sequencing and timing information of behavior events in machine learning to detect malware JP5471673B2|2014-04-16|Document classification apparatus, program, and storage medium JP5444673B2|2014-03-19|Log management method, log management device, information processing device including log management device, and program US20150205691A1|2015-07-23|Event prediction using historical time series observations of a computer application US7898392B2|2011-03-01|Control method, control system, RFID antenna and connection investigation method US10284577B2|2019-05-07|Method and apparatus for file identification US20160164901A1|2016-06-09|Methods and systems for encoding computer processes for malware detection US8799869B2|2014-08-05|System for ensuring comprehensiveness of requirements testing of software applications US9921937B2|2018-03-20|Behavior clustering analysis and alerting system for computer applications EP3136249B1|2018-12-19|Log analysis device, attack detection device, attack detection method and program US20190257716A1|2019-08-22|Detecting apparatus, detection method, and program US20170085585A1|2017-03-23|Detection of malware in derived pattern space US20140365828A1|2014-12-11|Analysis engine for automatically analyzing and linking error logs US9692778B1|2017-06-27|Method and system to prioritize vulnerabilities based on contextual correlation US7912907B1|2011-03-22|Spam email detection based on n-grams with feature selection US8296278B2|2012-10-23|Identifying product issues using forum data US8359294B2|2013-01-22|Incorrect hyperlink detecting apparatus and method US10095780B2|2018-10-09|Automatically mining patterns for rule based data standardization systems
同族专利:
公开号 | 公开日 WO2019077656A1|2019-04-25| EP3699708A4|2020-09-09| CN111133396A|2020-05-08| JPWO2019077656A1|2020-07-30| US20200201309A1|2020-06-25| JP6866930B2|2021-04-28|
引用文献:
公开号 | 申请日 | 公开日 | 申请人 | 专利标题
法律状态:
2019-04-26| STAA| Information on the status of an ep patent application or granted ep patent|Free format text: STATUS: THE INTERNATIONAL PUBLICATION HAS BEEN MADE | 2020-07-24| STAA| Information on the status of an ep patent application or granted ep patent|Free format text: STATUS: REQUEST FOR EXAMINATION WAS MADE | 2020-07-24| PUAI| Public reference made under article 153(3) epc to a published international application that has entered the european phase|Free format text: ORIGINAL CODE: 0009012 | 2020-08-26| 17P| Request for examination filed|Effective date: 20200227 | 2020-08-26| AX| Request for extension of the european patent|Extension state: BA ME | 2020-08-26| AK| Designated contracting states|Kind code of ref document: A1 Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR | 2020-09-09| A4| Supplementary search report drawn up and despatched|Effective date: 20200807 | 2020-09-09| RIC1| Information provided on ipc code assigned before grant|Ipc: G05B 19/418 20060101ALI20200803BHEP Ipc: G05B 23/02 20060101AFI20200803BHEP | 2020-12-24| STAA| Information on the status of an ep patent application or granted ep patent|Free format text: STATUS: EXAMINATION IS IN PROGRESS | 2020-12-25| STAA| Information on the status of an ep patent application or granted ep patent|Free format text: STATUS: EXAMINATION IS IN PROGRESS | 2021-01-20| DAX| Request for extension of the european patent (deleted)| 2021-01-20| DAV| Request for validation of the european patent (deleted)| 2021-01-27| 17Q| First examination report despatched|Effective date: 20201223 | 2021-05-02| STAA| Information on the status of an ep patent application or granted ep patent|Free format text: STATUS: GRANT OF PATENT IS INTENDED | 2021-05-02| GRAP| Despatch of communication of intention to grant a patent|Free format text: ORIGINAL CODE: EPIDOSNIGR1 | 2021-05-26| INTG| Intention to grant announced|Effective date: 20210503 | 2021-06-22| GRAS| Grant fee paid|Free format text: ORIGINAL CODE: EPIDOSNIGR3 | 2021-06-25| STAA| Information on the status of an ep patent application or granted ep patent|Free format text: STATUS: THE PATENT HAS BEEN GRANTED | 2021-06-25| GRAA| (expected) grant|Free format text: ORIGINAL CODE: 0009210 | 2021-07-28| AK| Designated contracting states|Kind code of ref document: B1 Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR | 2021-07-28| REG| Reference to a national code|Ref country code: GB Ref legal event code: FG4D | 2021-07-30| REG| Reference to a national code|Ref country code: CH Ref legal event code: EP | 2021-08-15| REG| Reference to a national code|Ref country code: AT Ref legal event code: REF Ref document number: 1415267 Country of ref document: AT Kind code of ref document: T Effective date: 20210815 | 2021-08-18| REG| Reference to a national code|Ref country code: IE Ref legal event code: FG4D | 2021-08-19| REG| Reference to a national code|Ref country code: DE Ref legal event code: R096 Ref document number: 602017043179 Country of ref document: DE | 2021-11-10| REG| Reference to a national code|Ref country code: LT Ref legal event code: MG9D | 2021-11-30| PGFP| Annual fee paid to national office [announced via postgrant information from national office to epo]|Ref country code: GB Payment date: 20210802 Year of fee payment: 5 | 2021-12-01| REG| Reference to a national code|Ref country code: NL Ref legal event code: MP Effective date: 20210728 | 2021-12-15| REG| Reference to a national code|Ref country code: AT Ref legal event code: MK05 Ref document number: 1415267 Country of ref document: AT Kind code of ref document: T Effective date: 20210728 | 2022-01-31| PG25| Lapsed in a contracting state [announced via postgrant information from national office to epo]|Ref country code: RS Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20210728 Ref country code: SE Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20210728 Ref country code: FI Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20210728 Ref country code: ES Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20210728 Ref country code: HR Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20210728 Ref country code: LT Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20210728 Ref country code: AT Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20210728 Ref country code: BG Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20211028 Ref country code: PT Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20211129 Ref country code: NL Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20210728 Ref country code: NO Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20211028 | 2022-01-31| PGFP| Annual fee paid to national office [announced via postgrant information from national office to epo]|Ref country code: DE Payment date: 20210802 Year of fee payment: 5 | 2022-02-28| PG25| Lapsed in a contracting state [announced via postgrant information from national office to epo]|Ref country code: PL Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20210728 Ref country code: LV Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20210728 Ref country code: GR Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20211029 |
优先权:
[返回顶部]
申请号 | 申请日 | 专利标题 相关专利
Sulfonates, polymers, resist compositions and patterning process
Washing machine
Washing machine
Device for fixture finishing and tension adjusting of membrane
Structure for Equipping Band in a Plane Cathode Ray Tube
Process for preparation of 7 alpha-carboxyl 9, 11-epoxy steroids and intermediates useful therein an
国家/地区
|